home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000297_news@columbia.edu_Mon Jul 10 23:39:47 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA27157
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Mon, 10 Jul 1995 19:39:52 -0400
  3. Received: by apakabar.cc.columbia.edu id AA04158
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Mon, 10 Jul 1995 19:39:50 -0400
  5. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  6. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: C-Kermit, SunOS 4.1.4, direct connection
  9. Date: 10 Jul 1995 23:39:47 GMT
  10. Organization: Columbia University
  11. Lines: 38
  12. Distribution: usa
  13. Message-Id: <3tsdo3$41r@apakabar.cc.columbia.edu>
  14. References: <3ts4k6$2cg@biollante.jpl.nasa.gov>
  15. Nntp-Posting-Host: watsun.cc.columbia.edu
  16. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  17.  
  18. In article <3ts4k6$2cg@biollante.jpl.nasa.gov>,
  19. Jennifer Caetta <caetta@biollante.jpl.nasa.gov> wrote:
  20. >I'm trying to get two Sun Sparcstations to talk to each other
  21. >over a direct serial line/null modem connection; I'm writing
  22. >software which will use Kermit to talk to a piece of hardware which
  23. >the second sun is imitating.
  24. >
  25. >My only problem is that I've done everything (I think *wry grin*)
  26. >that the C-Kermit manual says (yes, I bought it), and I can't find
  27. >a similar problem in the FAQ (If I just missed it, I apologize, but
  28. >I *did* look...).
  29. >
  30. Before proceeding...  There are SO MANY things to rule out, that
  31. it's better to just start from scratch.
  32.  
  33.  . Are you really using a true null modem cable?
  34.  
  35.  . Did you tell BOTH C-Kermits to "set line /dev/ttya"?
  36.  
  37.  . Did you tell BOTH C-Kermits to "set speed 9600" and "set flow rts/cts"?
  38.  
  39.  . Are you sure?
  40.  
  41.  . Might there be a getty running on any of the ports involved?
  42.  
  43. The best way to debug this type of connection is to put both Kermit
  44. programs in CONNECT mode and type stuff.  Whatever you type on computer A
  45. should show up on computer B's screen, and vice versa.  If not, then
  46. the most likely problems are listed above.
  47.  
  48. RTS/CTS is not necessarily well implemented in all version of SunOS.
  49. Does "set flow none" make a difference?
  50.  
  51. Once you get CONNECT mode working, file transfer should also work.
  52.  
  53. If you have any more problems, send details to kermit@columbia.edu.
  54.  
  55. - Frank